home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id006.dxr / 00012_16.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  176 b   |  17 lines

  1. on enterFrame
  2.   unLoad(10, 15)
  3. end
  4.  
  5. on exitFrame
  6.   if the timer < 2910 then
  7.     go(the frame)
  8.   else
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   sound stop 1
  15.   go(25)
  16. end
  17.